Update DeepNSM documentation and add imports for semantic primes#37
Merged
Conversation
Update deepnsm.rs header to reference Python DeepNSM transcode, Rust 1.94.0 target, SIMD via crate::simd::F32x16, and Arrow 57 / DataFusion 51 readiness. Add LazyLock + HashSet imports for evaluation pipeline types (to be expanded). https://claude.ai/code/session_01Y69Vnw751w75iVSBRws7o7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updated the DeepNSM module documentation to reflect the current semantic prime count and added implementation details about the transcoding and technology stack. Also added necessary imports for upcoming changes to the semantic primes system.
Key Changes
F32x16, and Arrow/DataFusion compatibility informationHashSetfromstd::collectionsandLazyLockfromstd::syncImplementation Details
The documentation now clearly indicates this is a Rust port of the Python DeepNSM project with specific version requirements and performance optimizations. The new imports (
HashSetandLazyLock) suggest upcoming refactoring to use lazy-initialized static collections for the semantic primes system, which aligns with the updated prime count.https://claude.ai/code/session_01Y69Vnw751w75iVSBRws7o7